From: Michael J. Rubinsky Date: Tue, 24 Nov 2009 16:33:14 +0000 (-0500) Subject: Too aggressive with the Perms -> Horde_Perms change X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f433a321afeb9e95cf440268edcf8f2c09685860;p=horde.git Too aggressive with the Perms -> Horde_Perms change --- diff --git a/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php b/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php index d29139191..7bf67f61d 100644 --- a/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php +++ b/framework/Service_Facebook/lib/Horde/Service/Facebook/Auth.php @@ -57,7 +57,7 @@ class Horde_Service_Facebook_Auth const EXTEND_PERMS_UPLOADPHOTO = 'photo_upload'; const EXTEND_PERMS_PUBLISHSTREAM = 'publish_stream'; - const EXTEND_Horde_Perms::READSTREAM = 'read_stream'; + const EXTEND_PERMS_READSTREAM = 'read_stream';