Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15343031
D10744.id25792.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
456 B
Referenced Files
None
Subscribers
None
D10744.id25792.diff
View Options
diff --git a/src/applications/phame/storage/PhameBlog.php b/src/applications/phame/storage/PhameBlog.php
--- a/src/applications/phame/storage/PhameBlog.php
+++ b/src/applications/phame/storage/PhameBlog.php
@@ -72,7 +72,8 @@
'load.');
}
- $skin = newv($spec->getSkinClass(), array($request));
+ $skin = newv($spec->getSkinClass(), array());
+ $skin->setRequest($request);
$skin->setSpecification($spec);
return $skin;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 10:08 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7229151
Default Alt Text
D10744.id25792.diff (456 B)
Attached To
Mode
D10744: Fix Phame handling of `$request`
Attached
Detach File
Event Timeline
Log In to Comment