noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 296/323: install plugin : cosmétique


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 296/323: install plugin : cosmétique
Date: Wed, 14 Mar 2018 17:39:07 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 05d24378b5f20eeebe76535c402a466c01aeae8b
Author: Dany De Bontridder <address@hidden>
Date:   Mon Mar 5 18:10:01 2018 +0100

    install plugin : cosmétique
---
 include/class/package_plugin.class.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/class/package_plugin.class.php 
b/include/class/package_plugin.class.php
index 046bfdd..2c0dd98 100644
--- a/include/class/package_plugin.class.php
+++ b/include/class/package_plugin.class.php
@@ -21,13 +21,13 @@
 
 /**
  * @file
- * @brief 
+ * @brief Manage the installation of plug
  */
 require_once NOALYSS_INCLUDE."/class/package_noalyss.class.php";
 
 /**
  * @class
- * @brief
+ * @brief Manage the installation of plug
  */
 class Package_Plugin extends Package_Noalyss
 {
@@ -57,7 +57,7 @@ class Package_Plugin extends Package_Noalyss
     {
         if (is_writable(NOALYSS_PLUGIN))
         {
-            return TRUE; ;
+            return TRUE; 
         }
         return FALSE;
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]