mirror of
https://github.com/nextcloud/server.git
synced 2026-05-14 09:29:52 -04:00
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');
|