diff options
Diffstat (limited to 'apps/user_openid/phpmyid.php')
-rwxr-xr-x | apps/user_openid/phpmyid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_openid/phpmyid.php b/apps/user_openid/phpmyid.php index 21d1c0a4545..137daa485a9 100755 --- a/apps/user_openid/phpmyid.php +++ b/apps/user_openid/phpmyid.php @@ -559,7 +559,7 @@ function logout_mode () { */ function no_mode () { global $USERNAME, $profile; - $tmpl = new OC_Template( 'user_openid', 'nomode', 'guest' ); + $tmpl = new OCP\Template( 'user_openid', 'nomode', 'guest' ); if(substr($profile['req_url'],-1,1)!=='/'){//the identity should always end with a / $profile['req_url'].='/'; } |