Changeset 5960

Show
Ignore:
Timestamp:
05/08/07 15:31:20 (1 year ago)
Author:
bergie
Message:

Fix some notices

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/support/Role_Midgardelement/Midgardelement.php

    r5135 r5960  
    5656            if (!$stat) 
    5757            { 
    58                 PEAR::raiseError("Failed to create Midgard style \"{$subStyleNames}\", check config directives in the Midgard conf.d file \"{$init_file}\". Error was " . mgd_errstr(), mgd_errno(), PEAR_ERROR_DIE); 
     58                PEAR::raiseError("Failed to create Midgard style \"{$new_style->name}\", check config directives in the Midgard conf.d file . Error was " . mgd_errstr(), mgd_errno(), PEAR_ERROR_DIE); 
    5959                return null; 
    6060            }