Skip to content

Commit a18c38a

Browse files
authored
Merge pull request #113 from sr972/patch-1
Wrong scope for store
2 parents 2c482d3 + 683252b commit a18c38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/code/community/Zendesk/Zendesk/Model/Observer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function saveConfig(Varien_Event_Observer $observer)
6666
}
6767

6868
if($storeCode) {
69-
$scope = 'store';
69+
$scope = 'stores';
7070
$store = Mage::getModel('core/store')->load($storeCode);
7171
$scopeId = $store->getId();
7272
}

0 commit comments

Comments
 (0)