Changeset 1272

Show
Ignore:
Timestamp:
11/07/07 19:56:08 (1 year ago)
Author:
rho
Message:

minor notice accesing undefined index

Sign-off-by: Rolando Espinoza La Fuente <rho@prosoftpeople.com>

Files:

Legend:

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

    r1269 r1272  
    2727        } 
    2828         
    29         if ($vars[1] == 'box') { 
     29        if (isset($vars[1]) && $vars[1] == 'box') { 
    3030                $css = file_get_contents($CFG->dirroot . "mod/toolbar/css-box"); 
    3131        } else {