mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
Change the name of the implmentation of module parameters to module vars
This commit is contained in:
@@ -18,5 +18,5 @@
|
||||
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
class Module_Model extends ORM {
|
||||
protected $has_many = array("parameters");
|
||||
protected $has_many = array("vars");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user