fixed error message
This commit is contained in:
parent
eee5289876
commit
f5c797dc07
|
@ -438,7 +438,7 @@ if( $view == 'syntaxes' ) {
|
|||
<?php } /* End else (displaying objectClasses */ ?>
|
||||
|
||||
<?php if( ! is_null( $viewvalue ) && ! $viewed )
|
||||
StatusMessage( sprintf( _('No such schema item: "%s"'), htmlspecialchars( $viewvalue ) ) );
|
||||
StatusMessage("ERROR", sprintf( _('No such schema item: "%s"'), htmlspecialchars( $viewvalue ) ) );
|
||||
?>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue