1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Removal of PHP Notices and SEF URL debugging improvements.

This commit is contained in:
Cameron
2017-09-23 12:52:23 -07:00
parent 0fe0bf57bf
commit 9606105e24
5 changed files with 49 additions and 13 deletions

View File

@@ -196,7 +196,7 @@ class comment_shortcodes extends e_shortcode
// TODO put into a <ul> drop-down format.
e107::getDebug()->log($this->var);
// e107::getDebug()->log($this->var);
$text = "<a href='#' data-target='".e_HTTP."comment.php' id='e-comment-delete-".$this->var['comment_id']."' data-type='".$this->var['comment_type']."' data-itemid='".$this->var['comment_item_id']."' class='e-comment-delete btn btn-default btn-mini btn-xs'>".LAN_DELETE."</a> ";