mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix static user refs
This commit is contained in:
+2
-2
@@ -26,11 +26,11 @@ abstract class Action extends AppwriteAction
|
||||
if (str_contains($path, '/tablesdb/')) {
|
||||
$this->context = ROWS;
|
||||
}
|
||||
|
||||
|
||||
// Use the same helper method to ensure consistency
|
||||
$contextId = '$' . $this->getCollectionsEventsContext() . 'Id';
|
||||
$this->removableAttributes = ['$databaseId', $contextId];
|
||||
|
||||
|
||||
return parent::setHttpPath($path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user