Changeset 1608

Show
Ignore:
Timestamp:
06/17/08 09:00:33 (6 months ago)
Author:
misja
Message:

Correct a typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/template/lib/default_template.php

    r1607 r1608  
    4747    } else { 
    4848        templates_add_context('frontpage_loggedin', $CFG->templatesroot . 'Default_Template/frontpage_loggedin'); 
    49         if (isadmin() && defiend('context') && context == 'admin') { 
     49        if (isadmin() && defined('context') && context == 'admin') { 
    5050            $messages[] = sprintf(__gettext('The default theme selected (%s) does not have <code>frontpage_loggedin</code> template. Using default template.'), $CFG->default_template); 
    5151        }