summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Gallery_View.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-29 15:04:15 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-29 15:04:15 -0700
commit86596f9595393159b32504ad3238031ab57722c8 (patch)
tree0c07c8b3b0da224ef10ca6d9c78f68f1c591e376 /modules/gallery/libraries/Gallery_View.php
parent34c76c0906a639321dedfe0e77d9fd123ed7c792 (diff)
parent4dab7f8dd04a68349e5174c8d6a4958305ad3005 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/libraries/Gallery_View.php')
-rw-r--r--modules/gallery/libraries/Gallery_View.php2
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;
}