summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Gallery_View.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-29 09:07:29 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-29 09:07:29 -0700
commit16d4922e3af7309c1a3747cd1c49f981a9066ee4 (patch)
treedb803db61946c257268e1a4624674eb85ddaef34 /modules/gallery/libraries/Gallery_View.php
parent6e8a8c53e685a6c3f35f1426ab4dd6dcc18578e0 (diff)
Remove unused $theme_relative arg from theme_script().
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 e21e83d8..659b24dc 100644
--- a/modules/gallery/libraries/Gallery_View.php
+++ b/modules/gallery/libraries/Gallery_View.php
@@ -25,7 +25,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;
}