mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-30 16:29:10 -04:00
All modules should be named Xxx_Core for extensibility. Fixes #1458.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user