Merge branch 'dev' of https://framagit.org/zot/zap into dev

This commit is contained in:
zotlabs 2019-07-07 22:41:40 -07:00
commit 7341f0a7fa

View file

@ -2,6 +2,8 @@
namespace Zotlabs\Widget;
use Zotlabs\Lib\Libprofile;
class Shortprofile {
function widget($arr) {
@ -11,7 +13,7 @@ class Shortprofile {
$block = observer_prohibited();
return profile_sidebar(\App::$profile, $block, true, true);
return Libprofile::widget(\App::$profile, $block, true, true);
}
}