Skip to content

Commit

Permalink
Merge pull request #10 from rubas/patch-1
Browse files Browse the repository at this point in the history
Change visibility from public to protected
  • Loading branch information
Joscha Krug committed Jul 28, 2013
2 parents 97acd7e + 54bfdf6 commit 6dd3fb8
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 6dd3fb8

Please sign in to comment.