Remove unrecommended leading backslash for fully qualified namespaces

This commit is contained in:
Hypolite Petovan 2017-04-30 00:29:14 -04:00
commit ce866ad39b
20 changed files with 44 additions and 43 deletions

View file

@ -1,9 +1,9 @@
<?php
/// @TODO no longer used?
use \Friendica\Core\Config;
use Friendica\Core\Config;
function directory_run(&$argv, &$argc){
$dir = get_config('system', 'directory');
$dir = Config::get('system', 'directory');
if (!strlen($dir)) {
return;