mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	Add the missing $this->isRegexe()
This commit is contained in:
		| @@ -154,6 +154,11 @@ class Stash | |||||||
|         return $array; |         return $array; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     private function isRegex($exp) | ||||||
|  |     { | ||||||
|  |         return @preg_match($exp, null) !== false; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     private function isMatch($exp, $str) |     private function isMatch($exp, $str) | ||||||
|     { |     { | ||||||
|         try { |         try { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user