From 1a2bbd2ee49db8ec2c83b87718c943f47f91be28 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Tue, 1 May 2012 20:03:41 +0200 Subject: ported addSyript and other small stuff --- apps/user_openid/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/user_openid') 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 -- cgit v1.2.3