diff options
| author | spider@app1 <spiderr@bitweaver.org> | 2016-06-23 20:48:03 -0400 |
|---|---|---|
| committer | spider@app1 <spiderr@bitweaver.org> | 2016-06-23 20:48:03 -0400 |
| commit | 50173909f98b337554d879996b0a7a65e76b445e (patch) | |
| tree | ffeb494e4751e782a41d6732e39141958ff19aa7 | |
| parent | d30766b2e6454cbd3b94415714cdc9101004f18a (diff) | |
| download | wiki-50173909f98b337554d879996b0a7a65e76b445e.tar.gz wiki-50173909f98b337554d879996b0a7a65e76b445e.tar.bz2 wiki-50173909f98b337554d879996b0a7a65e76b445e.zip | |
use static:: call
| -rw-r--r-- | BitPage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitPage.php b/BitPage.php index b03a459..c705aba 100644 --- a/BitPage.php +++ b/BitPage.php @@ -107,7 +107,7 @@ class BitPage extends LibertyMime implements BitCacheable { } if( !empty( $loadContentId ) ) { - $ret = LibertyBase::getLibertyObject( $loadContentId ); + $ret = static::getLibertyObject( $loadContentId ); } if( empty( $ret ) || !is_object( $ret ) ) { |
