diff options
Diffstat (limited to 'modules/gallery/controllers/combined.php')
| -rw-r--r-- | modules/gallery/controllers/combined.php | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/modules/gallery/controllers/combined.php b/modules/gallery/controllers/combined.php index 50fe77c4..399a60f4 100644 --- a/modules/gallery/controllers/combined.php +++ b/modules/gallery/controllers/combined.php @@ -99,10 +99,5 @@ class Combined_Controller extends Controller {      Kohana::close_buffers(false);      print $content;    } - -  public function __call($function, $args) { -    array_unshift($args, $function); -    print "<!-- " . implode("/", $args) . " -->"; -  }  } | 
