a33f580db1
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
4 lines
111 B
PHP
4 lines
111 B
PHP
<?php
|
|
$l=OC_L10N::get('admin_dependencies_chk');
|
|
|
|
OCP\App::registerAdmin('admin_dependencies_chk','settings');
|