Changeset 16361

Show
Ignore:
Timestamp:
05/12/08 12:11:13 (5 months ago)
Author:
rambo
Message:

fix copy-paste error in r16360

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/midcom.core/midcom/helper/_styleloader.php

    r16360 r16361  
    310310        $ml_strict_backup = $GLOBALS['midcom_config']['i18n_multilang_strict']; 
    311311        $GLOBALS['midcom_config']['i18n_multilang_strict'] = false; 
    312         $child_qb = midcom_db_topic::new_query_builder(); 
     312        $qb = midcom_db_topic::new_query_builder(); 
    313313        $GLOBALS['midcom_config']['i18n_multilang_strict'] = $ml_strict_backup; 
    314314        unset($ml_strict_backup);