Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117421509
D1006.1774830900.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
339 B
Referenced Files
None
Subscribers
None
D1006.1774830900.diff
View Options
diff --git a/lib/ext/Syncroton/Registry.php b/lib/ext/Syncroton/Registry.php
--- a/lib/ext/Syncroton/Registry.php
+++ b/lib/ext/Syncroton/Registry.php
@@ -526,7 +526,7 @@
*/
public function offsetExists($index)
{
- return array_key_exists($index, $this);
+ return property_exists($index, $this);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 30, 12:35 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18782577
Default Alt Text
D1006.1774830900.diff (339 B)
Attached To
Mode
D1006: Use property_exists instead of array_key_exists on object
Attached
Detach File
Event Timeline