html_zoom starts to work
[scpubgit/App-SCS.git] / lib / App / SCS / Role / PagePlugin.pm
index f7b1055..ceee4cb 100644 (file)
@@ -6,10 +6,10 @@ has 'page' => (is => 'ro', weak_ref => 1, required => 1);
 
 sub extra_pages { () }
 
-sub filter_html_zoom { shift }
+sub filter_html_zoom { $_[1] }
 
-sub filter_content_zoom { shift }
+sub filter_content_zoom { $_[1] }
 
-sub filter_psgi_response { shift }
+sub filter_psgi_response { $_[1] }
 
 1;