Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15406675
D9162.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
741 B
Referenced Files
None
Subscribers
None
D9162.id.diff
View Options
diff --git a/src/applications/countdown/controller/PhabricatorCountdownViewController.php b/src/applications/countdown/controller/PhabricatorCountdownViewController.php
--- a/src/applications/countdown/controller/PhabricatorCountdownViewController.php
+++ b/src/applications/countdown/controller/PhabricatorCountdownViewController.php
@@ -1,18 +1,18 @@
<?php
-/**
- * @group countdown
- */
final class PhabricatorCountdownViewController
extends PhabricatorCountdownController {
private $id;
+ public function shouldAllowPublic() {
+ return true;
+ }
+
public function willProcessRequest(array $data) {
$this->id = $data['id'];
}
-
public function processRequest() {
$request = $this->getRequest();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 1:15 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709728
Default Alt Text
D9162.id.diff (741 B)
Attached To
Mode
D9162: Allow public countdowns to be viewed by logged out users
Attached
Detach File
Event Timeline
Log In to Comment