1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

One-click plugin download and install routine reinstated.

This commit is contained in:
Cameron
2015-02-03 21:58:26 -08:00
parent 486cd1d10f
commit 29c9b3b0b6
3 changed files with 125 additions and 26 deletions

View File

@@ -946,7 +946,8 @@ class e_file
$text .= "\\n target=".$target;
if(E107_DEBUG_LEVEL > 0)
{
echo "<script>alert('".$text."')</script>";
e107::getMessage()->addDebug($text);
// echo "<script>alert('".$text."')</script>";
}
return $target;