Add allowAnonymousSubmissions(). objectManager checks the return value of this new function and
exists with an error during certain actions if the user is not logged in and the function returns false
This commit is contained in:
committed by
WineHQ
parent
d09f78ca00
commit
11ecfa230b
@@ -639,6 +639,11 @@ class Screenshot {
|
||||
/* STUB */
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function allowAnonymousSubmissions()
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user