Changeset 559316
- Timestamp:
- 06/17/2012 07:04:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
templ33t/branches/01_02_handling_posts/templ33t_object.php
r559312 r559316 514 514 $temp = basename($temp); 515 515 516 if(!empty($temp) && !array_key_exists($temp )) {516 if(!empty($temp) && !array_key_exists($temp, $config)) { 517 517 518 518 if(array_key_exists($temp, $orig)) {
Note: See TracChangeset
for help on using the changeset viewer.