--- inc.original/parserutils.php 2010-11-07 17:43:04.000000000 +0100 +++ inc/parserutils.php 2011-01-05 22:17:36.000000000 +0100 @@ -611,7 +611,7 @@ * @author Andreas Gohr */ function p_get_first_heading($id, $render=true){ - return p_get_metadata($id,'title',$render); + return (auth_quickaclcheck($id) >= AUTH_READ) ? p_get_metadata($id,'title',$render) : $id; } /**