Changeset 3064:a484a50c8c14 for inc/public/class.dc.template.php
- Timestamp:
- 07/30/15 20:31:21 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r3063 r3064 4 4 # This file is part of Dotclear 2. 5 5 # 6 # Copyright (c) 2003-201 3Olivier Meunier & Association Dotclear6 # Copyright (c) 2003-2015 Olivier Meunier & Association Dotclear 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 if (!defined('DC_RC_PATH')) { return; }13 12 14 13 class dcTemplate extends template … … 345 344 $alias[$k] = array(); 346 345 } 347 if (!is _array($v)) {346 if (!isset($default_alias[$k]) || !is_array($default_alias[$k])) { 348 347 $default_alias[$k] = array(); 349 348 }
Note: See TracChangeset
for help on using the changeset viewer.