Skip to content

Commit

Permalink
Change visibility from public to protected
Browse files Browse the repository at this point in the history
Fix problem if this core class is overloaded multiple times (d3config for example)
  • Loading branch information
rubas committed Jul 28, 2013
1 parent 97acd7e commit 54bfdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/toxid_curl_oxutilsview.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class toxid_curl_oxutilsview extends toxid_curl_oxutilsview_parent
{
public function _fillCommonSmartyProperties($oSmarty)
protected function _fillCommonSmartyProperties($oSmarty)
{
parent::_fillCommonSmartyProperties($oSmarty);

Expand All @@ -27,4 +27,4 @@ public function _fillCommonSmartyProperties($oSmarty)

$oSmarty->plugins_dir = $aPluginsDir;
}
}
}

0 comments on commit 54bfdf6

Please sign in to comment.