This commit is contained in:
Denny Dai
2015-06-30 14:11:15 +08:00
parent e321324785
commit 3cc20a8a89
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
PluginList("help", "Ask for help");
if (preg_match("/^".TAG."help$/", $text)) {
if (preg_match("/^".preg_quote(TAG, '/')."help$/", $text)) {
$plugin_list = HELP_BEGIN."\n";
foreach ($plugins as $value) {
$plugin_list .= "\n".$value;