diff options
| author | spiderr <spider@viovio.com> | 2012-11-24 22:41:54 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-11-24 22:41:54 -0500 |
| commit | 5a625da76ae8abf29bf5ba040b65a81a9d4ae943 (patch) | |
| tree | f04ae961f8aaffb48941f6f29a3d5ad3b009e21b | |
| parent | ac6c78d71c933c65730fdd1de5cb9e3850236f5b (diff) | |
| download | boards-5a625da76ae8abf29bf5ba040b65a81a9d4ae943.tar.gz boards-5a625da76ae8abf29bf5ba040b65a81a9d4ae943.tar.bz2 boards-5a625da76ae8abf29bf5ba040b65a81a9d4ae943.zip | |
public static ::prepGetList
| -rw-r--r-- | BitBoard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBoard.php b/BitBoard.php index 3213e65..8fa7d69 100644 --- a/BitBoard.php +++ b/BitBoard.php @@ -440,7 +440,7 @@ class BitBoard extends LibertyMime { return $ret; } - function prepGetList( &$pParamHash ) { + public static function prepGetList( &$pParamHash ) { if( empty( $pParamHash['sort_mode'] ) ) { // default sort_mode for boards is alphabetical $pParamHash['sort_mode'] = 'title_asc'; |
