mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
Replacing "q" calls with "DBA" calls
This commit is contained in:
parent
9682cc7dda
commit
428c6876f0
9 changed files with 259 additions and 353 deletions
|
@ -8,7 +8,6 @@
|
|||
*/
|
||||
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Core\Renderer;
|
||||
use Friendica\Database\DBA;
|
||||
|
@ -17,7 +16,7 @@ use Friendica\DI;
|
|||
function widgets_install() {
|
||||
Hook::register('addon_settings', 'addon/widgets/widgets.php', 'widgets_settings');
|
||||
Hook::register('addon_settings_post', 'addon/widgets/widgets.php', 'widgets_settings_post');
|
||||
Logger::log("installed widgets");
|
||||
Logger::notice("installed widgets");
|
||||
}
|
||||
|
||||
function widgets_settings_post(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue