| ... | ... |
@@ -106,7 +106,7 @@ class Application{
|
| 106 | 106 |
} |
| 107 | 107 |
}*/ |
| 108 | 108 |
|
| 109 |
- $field_pattern ='^{(?<field>[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*)}$';
|
|
| 109 |
+ $field_pattern ='#^{(?<field>[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*)}$#';
|
|
| 110 | 110 |
|
| 111 | 111 |
if(is_array($controllerAction)){
|
| 112 | 112 |
//$this->IncludeControler($ControllerAction['controller']); |