1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

PM Cleanup

This commit is contained in:
rica-carv
2017-04-20 09:22:55 +01:00
committed by GitHub
parent 9656fc29f8
commit 3489288b47

View File

@@ -646,7 +646,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
if($pm_outbox['outbox']['filled'] < 100) 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}'>".PM_SEND_LINK."</a>"; return "<a class='btn btn-mini btn-xs btn-default' href='{$link}'>".LAN_PLUGIN_PM_NEW."</a>";
} }
return ''; return '';
} }