Skip to content

Commit

Permalink
avoid notice
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Apr 29, 2013
1 parent 731d4f4 commit 3191397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@

clearstatcache();
if (checkAccess($page,"") || $page == 'about') {
if (!$_GET['pi'] && (is_file($include) || is_link($include))) {
if (empty($_GET['pi']) && (is_file($include) || is_link($include))) {
# check whether there is a language file to include
if (is_file("lan/".$_SESSION['adminlanguage']['iso']."/".$include)) {
include "lan/".$_SESSION['adminlanguage']['iso']."/".$include;
Expand Down

0 comments on commit 3191397

Please sign in to comment.