diff options
Diffstat (limited to 'modules/gallery/libraries')
| -rw-r--r-- | modules/gallery/libraries/Gallery_View.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/gallery/libraries/Gallery_View.php b/modules/gallery/libraries/Gallery_View.php index b4cfde46..9d4fe5c0 100644 --- a/modules/gallery/libraries/Gallery_View.php +++ b/modules/gallery/libraries/Gallery_View.php @@ -26,7 +26,7 @@ class Gallery_View_Core extends View {     * Add a script to the combined scripts list.     * @param $file  the relative path to a script from the gallery3 directory     */ -  public function script($file, $theme_relative=false) { +  public function script($file) {      $this->scripts[$file] = 1;    } | 
