0byt3m1n1-V2
Path:
/
home
/
phangnga
/
administrator
/
components
/
com_k2
/
tables
/
[
Home
]
File: table.php
<?php /** * @version 2.7.x * @package K2 * @author JoomlaWorks http://www.joomlaworks.net * @copyright Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved. * @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html */ // no direct access defined('_JEXEC') or die ; class K2Table extends JTable { public function load($keys = null, $reset = true) { if (K2_JVERSION == '15') { return parent::load($keys); } else { return parent::load($keys, $reset); } } }
©
2018.