diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 16:19:55 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 16:19:55 -0500 |
| commit | 11fc46af401d3856f36af185c4edeb76c1b4aaa0 (patch) | |
| tree | 28a27e7bccc33038fa43735b7e52638cfde8ed00 | |
| parent | 507082a1cb1e65af2003f2b15437df33e2ac0d25 (diff) | |
| download | boards-11fc46af401d3856f36af185c4edeb76c1b4aaa0.tar.gz boards-11fc46af401d3856f36af185c4edeb76c1b4aaa0.tar.bz2 boards-11fc46af401d3856f36af185c4edeb76c1b4aaa0.zip | |
PHP7 static only ::lookupByMigrateBoard
| -rw-r--r-- | includes/classes/BitBoard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/classes/BitBoard.php b/includes/classes/BitBoard.php index f21b8d5..88adf8b 100644 --- a/includes/classes/BitBoard.php +++ b/includes/classes/BitBoard.php @@ -97,7 +97,7 @@ class BitBoard extends LibertyMime { return( count( $this->mInfo ) ); } - function lookupByMigrateBoard( $pMigrateBoardId ) { + public static function lookupByMigrateBoard( $pMigrateBoardId ) { global $gBitDb; $ret = NULL; if( BitBase::verifyId( $pMigrateBoardId ) ) { |
