Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14045134
D7379.id16621.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7379.id16621.diff
View Options
Index: src/applications/chatlog/PhabricatorChatLogChannelQuery.php
===================================================================
--- src/applications/chatlog/PhabricatorChatLogChannelQuery.php
+++ src/applications/chatlog/PhabricatorChatLogChannelQuery.php
@@ -57,7 +57,7 @@
}
public function getQueryApplicationClass() {
- return 'PhabricatorApplicationChatlog';
+ return 'PhabricatorApplicationChatLog';
}
}
Index: src/applications/chatlog/PhabricatorChatLogQuery.php
===================================================================
--- src/applications/chatlog/PhabricatorChatLogQuery.php
+++ src/applications/chatlog/PhabricatorChatLogQuery.php
@@ -56,7 +56,7 @@
}
public function getQueryApplicationClass() {
- return 'PhabricatorApplicationChatlog';
+ return 'PhabricatorApplicationChatLog';
}
}
Index: src/applications/policy/__tests__/PhabricatorPolicyTestCase.php
===================================================================
--- src/applications/policy/__tests__/PhabricatorPolicyTestCase.php
+++ src/applications/policy/__tests__/PhabricatorPolicyTestCase.php
@@ -222,7 +222,7 @@
}
$this->assertEqual(
true,
- class_exists($class),
+ (bool)PhabricatorApplication::getByClass($class),
"Application class '{$class}' for query '{$qclass}'");
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 14, 1:31 AM (3 h, 30 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721191
Default Alt Text
D7379.id16621.diff (1 KB)
Attached To
Mode
D7379: Fix chatlog application query integration
Attached
Detach File
Event Timeline
Log In to Comment