server/apps/admin_dependencies_chk/appinfo/app.php
Bart Visscher a33f580db1 Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
2012-05-31 13:01:30 +02:00

4 lines
111 B
PHP

<?php
$l=OC_L10N::get('admin_dependencies_chk');
OCP\App::registerAdmin('admin_dependencies_chk','settings');