Skip to content

Commit

Permalink
Merge pull request #5 from twiro/master
Browse files Browse the repository at this point in the history
Fix Issue #3
  • Loading branch information
simon-dt committed Apr 2, 2013
2 parents f094fbf + 279e69d commit 851ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
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 851ed77

Please sign in to comment.