From c961f0244a5eaa28669cc2a2f3d51bdad7027be2 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Mon, 1 Mar 2010 21:38:14 +0000 Subject: [PATCH] API CHANGE: Removed deprecated SUBSITE_ACCESS_ALL permission code. (from r89807) --- code/Subsite.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/Subsite.php b/code/Subsite.php index cd299e2..9fe4f23 100644 --- a/code/Subsite.php +++ b/code/Subsite.php @@ -548,7 +548,6 @@ JS; function providePermissions() { return array( 'SUBSITE_EDIT' => 'Edit subsite Details', - 'SUBSITE_ACCESS_ALL' => 'Access all subsites', 'SUBSITE_ASSETS_EDIT' => 'Edit subsite Assets Admin', 'SUBSITE_ASSETS_CREATE_SUBSITE' => 'Create/edit subsite specific asset folders' );