Changeset 511

Show
Ignore:
Timestamp:
08/21/06 13:38:12 (2 years ago)
Author:
ben
Message:

Typo fix.

Files:

Legend:

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

    r509 r511  
    55        global $template; 
    66         
    7         if (isset($_REQUEST['action']) && logged_on && !$CFG->dispable_templatechanging) { 
     7        if (isset($_REQUEST['action']) && logged_on && !$CFG->disable_templatechanging) { 
    88             
    99            switch($_REQUEST['action']) {