diff --git a/core/toxid_curl_oxutilsview.php b/core/toxid_curl_oxutilsview.php index 3743bdb..6bc5d95 100644 --- a/core/toxid_curl_oxutilsview.php +++ b/core/toxid_curl_oxutilsview.php @@ -16,7 +16,7 @@ class toxid_curl_oxutilsview extends toxid_curl_oxutilsview_parent { - public function _fillCommonSmartyProperties($oSmarty) + protected function _fillCommonSmartyProperties($oSmarty) { parent::_fillCommonSmartyProperties($oSmarty); @@ -27,4 +27,4 @@ public function _fillCommonSmartyProperties($oSmarty) $oSmarty->plugins_dir = $aPluginsDir; } -} \ No newline at end of file +}