Skip to content

Commit

Permalink
Fixed missing closing parenthesis in the getColorboxScripts() function
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Oct 27, 2012
1 parent b3f4a2d commit 6eaa56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/UberGallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public function getColorboxScripts() {
$colorboxPath = $this->_getRelativePath(getcwd(), $this->_appDir) . '/colorbox/jquery.colorbox.js';

// Get the template contents
$template = $this->_readTemplate($templatePath, array('path' => $colorboxPath);
$template = $this->_readTemplate($templatePath, array('path' => $colorboxPath));

// Return the include text
return $template;
Expand Down

0 comments on commit 6eaa56c

Please sign in to comment.