Skip to content
Snippets Groups Projects
Commit 5130b997 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

fix sql error on init from script/opac2.sql

parent b1e4aa2b
Branches
Tags
1 merge request!3297WIP: Master
Pipeline #6246 passed with stage
in 35 minutes and 52 seconds
......@@ -122,7 +122,8 @@ class Class_CosmoVar extends Storm_Model_Abstract {
'groupe' => 0,
'ordre' => 0,
'verrou' => '',
'hidden' => 0];
// 'hidden' => 0, warning : do not uncomment as script/opac2.sql does not define this column
];
public static function get($name) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment