Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17728955
D9857.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
978 B
Referenced Files
None
Subscribers
None
D9857.diff
View Options
diff --git a/src/applications/legalpad/controller/LegalpadDocumentDoneController.php b/src/applications/legalpad/controller/LegalpadDocumentDoneController.php
--- a/src/applications/legalpad/controller/LegalpadDocumentDoneController.php
+++ b/src/applications/legalpad/controller/LegalpadDocumentDoneController.php
@@ -2,7 +2,7 @@
final class LegalpadDocumentDoneController extends LegalpadController {
- public function shouldRequireLogin() {
+ public function shouldAllowPublic() {
return false;
}
diff --git a/src/applications/legalpad/controller/LegalpadDocumentSignController.php b/src/applications/legalpad/controller/LegalpadDocumentSignController.php
--- a/src/applications/legalpad/controller/LegalpadDocumentSignController.php
+++ b/src/applications/legalpad/controller/LegalpadDocumentSignController.php
@@ -4,7 +4,7 @@
private $id;
- public function shouldRequireLogin() {
+ public function shouldAllowPublic() {
return false;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 20, 5:32 PM (5 h, 46 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8535926
Default Alt Text
D9857.diff (978 B)
Attached To
Mode
D9857: Use shouldAllowPublic(), not shouldRequireLogin(), for Legalpad
Attached
Detach File
Event Timeline
Log In to Comment