We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b022f2c commit 0137a2fCopy full SHA for 0137a2f
administrator/components/com_newsfeeds/src/Table/NewsfeedTable.php
@@ -177,7 +177,7 @@ public function store($updateNulls = true)
177
}
178
179
// Verify that the alias is unique
180
- $table = Table::getInstance('NewsfeedTable', __NAMESPACE__ . '\\', ['dbo' => $this->getDatabase()]);
+ $table = new self($this->getDatabase());
181
182
if ($table->load(['alias' => $this->alias, 'catid' => $this->catid]) && ($table->id != $this->id || $this->id == 0)) {
183
// Is the existing newsfeed trashed?
0 commit comments