Relocate class files from /include to /src/
dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
This commit is contained in:
+1
-2
@@ -1,10 +1,9 @@
|
||||
<?php
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\NotificationsManager;
|
||||
use Friendica\Core\System;
|
||||
|
||||
require_once('include/NotificationsManager.php');
|
||||
|
||||
function notify_init(App $a) {
|
||||
if (! local_user()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user