remove profile_tabs() which has been deprecated and replaced by channel_apps()
This commit is contained in:
@@ -118,7 +118,7 @@ class Wiki extends Controller {
|
||||
}
|
||||
|
||||
$is_owner = ((local_channel()) && (local_channel() == \App::$profile['profile_uid']) ? true : false);
|
||||
//$o = profile_tabs($a, $is_owner, \App::$profile['channel_address']);
|
||||
|
||||
$o = '';
|
||||
|
||||
// Download a wiki
|
||||
|
||||
Reference in New Issue
Block a user