diff options
| author | Christian Fowler <spider@viovio.com> | 2012-04-18 21:32:19 -0400 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2012-04-18 21:32:19 -0400 |
| commit | 7925aac2a6a6eb049ee5adabb38b9f7dde7163ba (patch) | |
| tree | b81d17ba25eda08c8c41d9b005e955d6517b83be /Pigeonholes.php | |
| parent | 09631f4c559cc7446f456420211ec2d5aa28283a (diff) | |
| download | pigeonholes-7925aac2a6a6eb049ee5adabb38b9f7dde7163ba.tar.gz pigeonholes-7925aac2a6a6eb049ee5adabb38b9f7dde7163ba.tar.bz2 pigeonholes-7925aac2a6a6eb049ee5adabb38b9f7dde7163ba.zip | |
major cleanup and get install working on postgres for all packages
Diffstat (limited to 'Pigeonholes.php')
| -rw-r--r-- | Pigeonholes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php index c00e7bd..c1566b4 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -926,7 +926,7 @@ class Pigeonholes extends LibertyMime { * @param $pContentId is the pigeonhole id we want to see * @return the link to display the page. */ - function getDisplayUrlFromHash( $pMixed=NULL ) { + public static function getDisplayUrlFromHash( $pMixed=NULL ) { global $gBitSystem; $ret = NULL; |
