mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-03 14:52:13 +00:00
code style
This commit is contained in:
parent
00b871df5c
commit
081fdae5f5
1 changed files with 1 additions and 3 deletions
|
|
@ -53,9 +53,7 @@ class PurgeService {
|
|||
}
|
||||
|
||||
public function cleanDemoPoll() {
|
||||
if ( !defined("DEMO_POLL_ID")
|
||||
|| !defined("DEMO_POLL_NUMBER_VOTES")
|
||||
) {
|
||||
if (!defined("DEMO_POLL_ID") || !defined("DEMO_POLL_NUMBER_VOTES")) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue