[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 12/15: Compatibility PHP7.0
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 12/15: Compatibility PHP7.0 |
Date: |
Fri, 5 Feb 2021 11:38:32 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit b29076e4a7218c7dec058aabe937b6af8662b97c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Feb 4 14:15:15 2021 +0100
Compatibility PHP7.0
---
include/lib/ifile.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/lib/ifile.class.php b/include/lib/ifile.class.php
index b952f49..5abcb8b 100644
--- a/include/lib/ifile.class.php
+++ b/include/lib/ifile.class.php
@@ -36,7 +36,7 @@ class IFile extends HtmlInput
/**
* @return false
*/
- public function getAlertOnSize(): bool
+ public function getAlertOnSize()
{
return $this->alert_on_size;
}
@@ -45,7 +45,7 @@ class IFile extends HtmlInput
* if true , the size is tested and a box is displaid
* @param false $alert_on_size
*/
- public function setAlertOnSize(bool $alert_on_size): void
+ public function setAlertOnSize(bool $alert_on_size)
{
$this->alert_on_size = $alert_on_size;
}
- [Noalyss-commit] [noalyss] branch master updated (ce0a8f8 -> 79ecb68), Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 01/15: Fix #0001277: <<header>> ne supporte pas caractères avec accent., Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 03/15: Cosmetic, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 02/15: SQL upgrade, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 06/15: Fix: bug in gettext function, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 05/15: New 0001893: Date remplacement auto des séparateurs, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 09/15: Set Version 8.1 + logo + bug SQL script 151, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 12/15: Compatibility PHP7.0,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 04/15: New : 0001890: Avertissement si la document à télécharger est trop gros, on ne peut soumettre le fichier, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 07/15: ICard Improve doc and test, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 08/15: New : Task #1894: Gestion : ajout un champs paramétrable pour videoconf, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 11/15: Fix : Menu problem when 2 duplicate menus, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 14/15: cosmetic : position inner_box on larger screen, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 10/15: Place of recover_link, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 15/15: We split Database in DatabaseCore and Database, Dany De Bontridder, 2021/02/05
- [Noalyss-commit] [noalyss] 13/15: Bug = if double click on a card returns nothing, Dany De Bontridder, 2021/02/05