From b41d44fe7d95a6b204719612938c9932f6c3b0df Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Sat, 20 Jan 2007 09:41:30 +0000
Subject: [PATCH] "erreur de frappe (stephane laurent)"

---
 ecrire/inc/plugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/plugin.php b/ecrire/inc/plugin.php
index 333c1cb6ec..d9d00e5eb0 100644
--- a/ecrire/inc/plugin.php
+++ b/ecrire/inc/plugin.php
@@ -429,7 +429,7 @@ function plugin_verifie_conformite($plug,&$arbre){
 		}
 		$fonctions = array();
 		if (isset($arbre['fonctions']))
-			$fonctions = $arbres['fonctions'];
+			$fonctions = $arbre['fonctions'];
 	  $liste_methodes_reservees = array('__construct','__destruct','plugin','install','uninstall',strtolower($prefix));
 		if (is_array($arbre['pipeline'])){
 			foreach($arbre['pipeline'] as $pipe){
-- 
GitLab