diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 20:03:41 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 20:03:41 +0200 |
commit | 1a2bbd2ee49db8ec2c83b87718c943f47f91be28 (patch) | |
tree | c0f4cd83c6864728f4710566b929f48ef3168852 /apps/user_openid | |
parent | 254b8b95065b4e2f27a8d2620f26bef65269957b (diff) | |
download | nextcloud-server-1a2bbd2ee49db8ec2c83b87718c943f47f91be28.tar.gz nextcloud-server-1a2bbd2ee49db8ec2c83b87718c943f47f91be28.zip |
ported addSyript and other small stuff
Diffstat (limited to 'apps/user_openid')
-rwxr-xr-x | apps/user_openid/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_openid/settings.php b/apps/user_openid/settings.php index 01ab4d16fc9..33a3f232a17 100755 --- a/apps/user_openid/settings.php +++ b/apps/user_openid/settings.php @@ -4,7 +4,7 @@ $tmpl = new OC_Template( 'user_openid', 'settings'); $identity=OC_Preferences::getValue(OCP\USER::getUser(),'user_openid','identity',''); $tmpl->assign('identity',$identity); -OC_Util::addScript('user_openid','settings'); +OCP\Util::addscript('user_openid','settings'); return $tmpl->fetchPage(); ?>
\ No newline at end of file |