Index: branches/unlabeled/unlabeled-1.5.26/admin/tag_listing.php =================================================================== diff -u -r3003 -r5359 --- branches/unlabeled/unlabeled-1.5.26/admin/tag_listing.php (.../tag_listing.php) (revision 3003) +++ branches/unlabeled/unlabeled-1.5.26/admin/tag_listing.php (.../tag_listing.php) (revision 5359) @@ -6,6 +6,7 @@ define('FULL_PATH', realpath(dirname(__FILE__) . str_repeat('/..', $relation_level) ) ); require_once FULL_PATH.'/kernel/startup.php'; // new startup: end +checkViewPermission('in-portal:tag_library'); include_once($pathtoroot."kernel/include/tag-class.php");