diff --git a/extension.driver.php b/extension.driver.php index d7ffebc..8f5dc7a 100644 --- a/extension.driver.php +++ b/extension.driver.php @@ -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