aboutsummaryrefslogtreecommitdiffstats
path: root/include/section_init.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/section_init.inc.php')
-rw-r--r--include/section_init.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/section_init.inc.php b/include/section_init.inc.php
index 672af0d5c..00c8c9137 100644
--- a/include/section_init.inc.php
+++ b/include/section_init.inc.php
@@ -298,6 +298,9 @@ else
}
break;
}
+ default:
+ trigger_error('script_basename "'.script_basename().'" unknown',
+ E_USER_WARNING);
}
}