Skip to content

Commit

Permalink
Remove unused $theme_relative arg from theme_script().
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 29, 2009
1 parent 6e8a8c5 commit 16d4922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/libraries/Gallery_View.php
Expand Up @@ -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;
}

Expand Down

0 comments on commit 16d4922

Please sign in to comment.