* adjust judgeSuhosinSetting method to static.

This commit is contained in:
wangyidong
2017-03-22 14:12:26 +08:00
parent cec824e540
commit 2eb5ee260a
6 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -915,10 +915,11 @@ class commonModel extends model
* Judge Suhosin Setting whether the actual size of post data is large than the setting size.
*
* @param int $countInputVars
* @static
* @access public
* @return bool
*/
public function judgeSuhosinSetting($countInputVars)
public static function judgeSuhosinSetting($countInputVars)
{
if(extension_loaded('suhosin'))
{