Plugin Directory

Changeset 559316


Ignore:
Timestamp:
06/17/2012 07:04:56 AM (14 years ago)
Author:
technosis
Message:

finish theme scanning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templ33t/branches/01_02_handling_posts/templ33t_object.php

    r559312 r559316  
    514514            $temp = basename($temp);
    515515           
    516             if(!empty($temp) && !array_key_exists($temp)) {
     516            if(!empty($temp) && !array_key_exists($temp, $config)) {
    517517               
    518518                if(array_key_exists($temp, $orig)) {
Note: See TracChangeset for help on using the changeset viewer.