Kaynağa Gözat

Fixed deprecated in system.php line 273

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in C:\OSPanel\domains\localhost\system\library\system.php on line 273
Roman Kelesidis 2 yıl önce
ebeveyn
işleme
3cd6be7dcd
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      system/library/system.php

+ 2 - 0
system/library/system.php

@@ -241,6 +241,8 @@
 
 		public static function valid($val, $type, $preg = '')
 		{
+            $val = (isset($val) ? $val : '');
+
 			switch($type)
 			{
 				case 'promo':