Add translator documentation.
This commit is contained in:
parent
c4fd560b32
commit
5a37d0bdc6
@ -142,6 +142,7 @@ class Memcached_DataObject extends Safe_DataObject
|
||||
if (count($toFetch) > 0) {
|
||||
$i = DB_DataObject::factory($cls);
|
||||
if (empty($i)) {
|
||||
// TRANS: Exception thrown when a program code class (%s) cannot be instantiated.
|
||||
throw new Exception(sprintf(_('Cannot instantiate class %s.'),$cls));
|
||||
}
|
||||
foreach ($otherCols as $otherKeyCol => $otherKeyVal) {
|
||||
|
Loading…
Reference in New Issue
Block a user