Changeset 1444

Show
Ignore:
Timestamp:
12/12/07 00:09:59 (7 months ago)
Author:
rho
Message:

Fixed issue on some php versions

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/lib/templates.php

    r1384 r1444  
    11931193            if (!$override && isset($template[$context])) { 
    11941194                // append to existing context 
    1195                 $template[$context] .= $tpl; 
     1195                $template[$context] = $template[$context] . $tpl; 
    11961196            } else { 
    11971197                $template[$context] = $tpl;