Changeset 1460

Show
Ignore:
Timestamp:
02/25/10 06:23:54 (5 months ago)
Author:
arnoschn
Message:

$this->layout = false does not work properly sometimes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/AkActionController.php

    r1458 r1460  
    14521452        if(!empty($this->active_layout)){ 
    14531453            return strstr($this->active_layout,DS) ? $this->active_layout : 'layouts'.DS.$this->active_layout; 
     1454        } else { 
     1455            return false; 
    14541456        } 
    14551457    }