Skip to content

Commit

Permalink
Fix Issue #3
Browse files Browse the repository at this point in the history
Fix Issue #3: #3
  • Loading branch information
twiro committed Apr 2, 2013
1 parent f094fbf commit 279e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Expand Up @@ -40,7 +40,7 @@ public static function getXPath($entry) {

if (is_array($associated) and !empty($associated)) {
foreach ($associated as $section => $count) {
$handle = Symphony::$Database->fetchVar('handle' , 0 , "
$handle = Symphony::Database()->fetchVar('handle' , 0 , "
SELECT s.handle FROM `tbl_sections` AS s
WHERE s.id = '{$section}'
LIMIT 1
Expand Down

0 comments on commit 279e69d

Please sign in to comment.