Skip to content

Commit

Permalink
fixed app typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed May 30, 2023
1 parent d206465 commit 3eb5143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/PluginManager/LimesurveyApi.php
Expand Up @@ -58,7 +58,7 @@ public function setFlash($message, $key = 'api')
public function createTable($plugin, $sTableName, $aColumns, $sOptions = null)
{
if (null !== $sTableName = $this->getTableName($plugin, $sTableName)) {
return Ap()->getDb()->createCommand()->createTable($sTableName, $aColumns, $sOptions);
return App()->getDb()->createCommand()->createTable($sTableName, $aColumns, $sOptions);
}
return false;
}
Expand Down

0 comments on commit 3eb5143

Please sign in to comment.