Make deleted parameter optional

This commit is contained in:
Nathan Gray 2010-09-30 18:34:49 +00:00
parent 38c977ee7a
commit 057a08f866

View File

@ -117,7 +117,7 @@ class solink
* @param boolean $deleted Include links that have been flagged as deleted, waiting for purge of linked record.
* @return array id => links pairs if $id is an array or just the links (only_app: ids) or empty array if no matching links found
*/
static function get_links( $app,$id,$only_app='',$order='link_lastmod DESC',$deleted )
static function get_links( $app,$id,$only_app='',$order='link_lastmod DESC',$deleted=false )
{
if (self::DEBUG)
{