All modules should be named Xxx_Core for extensibility. Fixes #1458.

This commit is contained in:
Bharat Mediratta
2010-10-25 21:04:48 -07:00
parent 1cc3d130bc
commit dff1a53696
27 changed files with 27 additions and 27 deletions

View File

@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class Task_Model extends ORM {
class Task_Model_Core extends ORM {
public function get($key, $default=null) {
$context = unserialize($this->context);
if (array_key_exists($key, $context)) {