Commit 7d7a7a9074f58cf0d7e9e9e07bd478b8e6c5ff86

Authored by nbm
1 parent a9176b71

Default aOptions attribute to an empty array.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3286 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
lib/browse/Browser.inc
... ... @@ -51,7 +51,7 @@ class Browser {
51 51 */
52 52 var $sSortDirection;
53 53  
54   - var $aOptions;
  54 + var $aOptions = array();
55 55  
56 56 /**
57 57 * Constructs a new Browser instance
... ...