r89106 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89105‎ | r89106 | r89107 >
Date:14:28, 29 May 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r83140, fix undefined $id
Modified paths:
  • /trunk/phase3/includes/objectcache/ObjectCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/objectcache/ObjectCache.php
@@ -64,7 +64,7 @@
6565 $class = $params['class'];
6666 return new $class( $params );
6767 } else {
68 - throw new MWException( "The definition of cache type \"$id\" lacks both " .
 68+ throw new MWException( "The definition of cache type \"" . print_r( $params, true ) . "\" lacks both " .
6969 "factory and class parameters." );
7070 }
7171 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83140* Rewrote ObjectCache.php to conform to the modern coding style, and to be le...tstarling09:37, 3 March 2011

Status & tagging log