1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Merge pull request #2218 from pricey1981/patch-2

Update pm_shortcodes.php
This commit is contained in:
Cameron
2016-12-31 08:16:56 -08:00
committed by GitHub

View File

@@ -585,7 +585,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
}
$action = $extra == 'outbox' ? 'delete-out' : 'delete-in';
$action = $extra == '.outbox' ? 'delete-out' : 'delete-in';
return "<a class='btn btn-default' title='".LAN_DELETE."' href='".$this->url('action/'.$action, 'id='.$this->var['pm_id'])."'>".PM_DELETE_ICON."</a>";
}