1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

PHP Notice fixes.

This commit is contained in:
Cameron
2016-02-13 12:57:34 -08:00
parent e8c1b055fe
commit 1ceabc69f3
5 changed files with 41 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
if (!defined('e107_INIT')) { exit; }
$caption = "Newspost Help";
if (e_QUERY) list($action,$junk) = explode('.',e_QUERY); else $action = 'list';
$action = varset($_GET['action']);
switch ($action)
{
case 'create' :