Index: branches/5.1.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r13545 -r13750 --- branches/5.1.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 13545) +++ branches/5.1.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 13750) @@ -1,6 +1,6 @@ specialsToRemove as $prefix_special => $flag) { if ($flag && strpos($prefix_special, '.') === false) { unset($this->specialsToRemove[$prefix_special]); - trigger_error('Incorrect usage of "remove_specials['.$prefix_special.']" field (no special found)', E_USER_WARNING); + trigger_error('Incorrect usage of "remove_specials['.$prefix_special.']" field (no special found)', E_USER_NOTICE); } } $this->_Params = $this->removeSpecials($this->_Params);