diff options
Diffstat (limited to '')
-rw-r--r-- | include/ws_functions.inc.php | 1 | ||||
-rw-r--r-- | ws.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index e1967bcbb..7d1c6431a 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -2427,6 +2427,7 @@ SELECT * $update = array(); $info_columns = array( + 'file', 'name', 'author', 'comment', @@ -376,6 +376,7 @@ function ws_addDefaultMethods( $arr ) array( 'image_id' => array(), + 'file' => array('default' => null), 'name' => array('default' => null), 'author' => array('default' => null), 'date_creation' => array('default' => null), |