blob: 4118def1e3e02592321f9eea0de93d4dad64bf6a (
plain)
1
2
3
4
5
6
7
|
<?php defined('SYSPATH') or die('No direct script access.');
$lang = array
(
'invalid_subject' => 'Attempt to attach invalid subject %s to %s failed: Subjects must extend the Event_Subject class',
'invalid_observer' => 'Attempt to attach invalid observer %s to %s failed: Observers must extend the Event_Observer class',
);
|