From d3463938685950b16d2cf6ce93d0fd1d8c1da3fb Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Fri, 6 Jul 2007 16:22:14 +0000 Subject: move to gContent perm functions so assigned content permissions work properly --- print.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print.php') diff --git a/print.php b/print.php index 1d3f89c..cb2d9f1 100644 --- a/print.php +++ b/print.php @@ -1,6 +1,6 @@ verifyPackage( 'wiki' ); -$gBitSystem->verifyPermission( 'p_wiki_view_page' ); +$gContent->verifyPermission( 'p_wiki_view_page' ); // If the page doesn't exist then display an error $requirePage = TRUE; -- cgit v1.3