mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 12:11:55 +02:00
Update pm_shortcodes.php
This commit is contained in:
parent
d6733e4f8d
commit
b2b81cf0e2
@ -645,11 +645,11 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
|
||||
$pm_outbox = $this->pmManager->pm_getInfo('outbox');
|
||||
if($pm_outbox['outbox']['filled'] < 100)
|
||||
{
|
||||
$link = $this->url('action/new');
|
||||
// $link = $this->url('action/new');
|
||||
// return "<a class='btn btn-mini btn-xs btn-default' href='{$link}'>".LAN_PLUGIN_PM_NEW."</a>";
|
||||
return $link;
|
||||
return $this->url('action/new');
|
||||
}
|
||||
return '';
|
||||
// return '';
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user