diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 09:49:22 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 09:49:22 +0200 |
commit | e8ec999090d06127861bf51bf77c9ab2a50647ce (patch) | |
tree | 9f49a7d09350da41399c116848314505342e7da9 /apps/admin_dependencies_chk | |
parent | 0195d5b4393dee68bb8a51068f10d0dc035b9d39 (diff) | |
download | nextcloud-server-e8ec999090d06127861bf51bf77c9ab2a50647ce.tar.gz nextcloud-server-e8ec999090d06127861bf51bf77c9ab2a50647ce.zip |
port to use the new public api
Diffstat (limited to 'apps/admin_dependencies_chk')
-rw-r--r-- | apps/admin_dependencies_chk/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/admin_dependencies_chk/settings.php b/apps/admin_dependencies_chk/settings.php index ea1ce9fb3dc..0cebc10198f 100644 --- a/apps/admin_dependencies_chk/settings.php +++ b/apps/admin_dependencies_chk/settings.php @@ -84,7 +84,7 @@ foreach($modules as $key => $module) { if($enabled == false) unset($modules[$key]); } -OC_UTIL::addStyle('admin_dependencies_chk', 'style'); +OCP\UTIL::addStyle('admin_dependencies_chk', 'style'); $tmpl->assign( 'items', $modules ); return $tmpl->fetchPage(); |