Add float casting back to dfrn_poll

- Add new line at end of new module files
This commit is contained in:
Hypolite Petovan 2018-01-02 19:37:17 -05:00
parent 9a3e773a9a
commit 0aea615995
3 changed files with 3 additions and 3 deletions

View file

@ -26,4 +26,4 @@ class Logout extends BaseModule
info(t('Logged out.') . EOL);
goaway(self::getApp()->get_baseurl());
}
}
}