filename issue

This commit is contained in:
zotlabs
2017-03-15 19:13:16 -07:00
committed by Mario Vavti
parent 17977effe7
commit 74f58818d6

View File

@@ -0,0 +1,13 @@
<?php
namespace Zotlabs\Widget;
class Profile {
function widget($args) {
$block = observer_prohibited();
return profile_sidebar(\App::$profile, $block, true);
}
}