Fix default badge path in stub content
This commit is contained in:
parent
cd5dab9016
commit
13ab3b7978
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user