Fix default badge path in stub content

This commit is contained in:
Zachary Doll 2014-07-11 13:45:15 -05:00
parent cd5dab9016
commit 13ab3b7978

View File

@ -35,7 +35,7 @@ $SQL->Insert('Action', array(
$SQL->Insert('Badge', array(
'Name' => 'What did I just do?',
'Description' => 'You installed Yaga! Feel free to edit or delete this badge by clicking the buttons on the right.',
'Photo' => '../applications/yaga/design/images/default_badge.png',
'Photo' => 'applications/yaga/design/images/default_badge.png',
'RuleClass' => 'ManualAward',
'RuleCriteria' => 'a:0:{}',
'AwardValue' => 1,