move apps to zlib
This commit is contained in:
@@ -165,11 +165,10 @@ function bb_parse_crypt($match) {
|
||||
}
|
||||
|
||||
function bb_parse_app($match) {
|
||||
require_once('include/apps.php');
|
||||
|
||||
$app = app_decode($match[1]);
|
||||
$app = Zotlabs\Lib\Apps::app_decode($match[1]);
|
||||
if ($app)
|
||||
return app_render($app);
|
||||
return Zotlab\Lib\Apps::app_render($app);
|
||||
}
|
||||
|
||||
function bb_parse_element($match) {
|
||||
|
||||
Reference in New Issue
Block a user