Project

General

Profile

« Previous | Next » 

Revision 29

Added by Manuela over 6 years ago

modified CoreAutoloader for recognized traits in /frameworks/traits/
activate Autoloading in Phplib_FtanTrait
moved Phplib_FtanTrait to /frameworks/traits/

View differences:

template.inc
67 67
 * Ticket #812 depricated Fix 2009/11/25
68 68
 */
69 69

  
70
if (is_readable(__DIR__.'/FtanTrait.php') and !trait_exists('\FtanTrait', false)) {
71
    include __DIR__.'/FtanTrait.php';
72
}
73

  
74 70
class Template
75 71
{
76
    use \FtanTrait;
72
    use \Phplib_FtanTrait;
77 73
 /**
78 74
  * Serialization helper, the name of this class.
79 75
  *

Also available in: Unified diff