diff options
Diffstat (limited to 'ws.php')
-rw-r--r-- | ws.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -180,6 +180,8 @@ function ws_addDefaultMethods( $arr ) 'file_sum' => array(), 'thumbnail_content' => array(), 'thumbnail_sum' => array(), + 'high_content' => array('default' => null), + 'high_sum' => array('default' => null), 'name' => array('default' => null), 'author' => array('default' => null), 'date_creation' => array('default' => null), |