This commit is contained in:
zotlabs 2019-04-14 23:50:49 -07:00
parent 7743e12072
commit 324ee0b5dc
3 changed files with 10 additions and 17 deletions

View file

@ -1,13 +1,19 @@
<?php <?php
namespace Zotlabs\Module; namespace Zotlabs\Module;
/*
* Portable Contacts server
*/
use Zotlabs\Web\Controller;
require_once('include/socgraph.php'); require_once('include/socgraph.php');
class Poco extends Controller {
class Poco extends \Zotlabs\Web\Controller {
function init() { function init() {
poco($a,false); poco();
} }
} }

View file

@ -1,13 +0,0 @@
<?php
namespace Zotlabs\Module;
require_once('include/socgraph.php');
class Xpoco extends \Zotlabs\Web\Controller {
function init() {
poco($a,true);
}
}

View file

@ -327,7 +327,7 @@ function update_suggestions() {
} }
function poco($a,$extended = false) { function poco() {
$system_mode = false; $system_mode = false;