From 0f6cb52376663f5104aa4ed821336375a4fb0074 Mon Sep 17 00:00:00 2001 From: Gustavo Novaro Date: Mon, 16 Jan 2017 17:40:13 -0300 Subject: [PATCH] Improve code style Replace var for public and private. --- htdocs/core/class/html.formother.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index 4ac3eb99c50..9cb402cfc89 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -37,8 +37,8 @@ */ class FormOther { - var $db; - var $error; + private $db; + public $error; /**