diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-07-07 09:38:30 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-07-07 09:38:30 +0200 |
commit | cf7c9b15c180c1f2858794ecbfd11d9f8d001b9b (patch) | |
tree | b7c7bfa643e469663586a5c7721600ed1de1c3f5 | |
parent | 6202b1edf7c525b688420ffed14faf21cee59851 (diff) | |
download | Praspel-cf7c9b15c180c1f2858794ecbfd11d9f8d001b9b.zip Praspel-cf7c9b15c180c1f2858794ecbfd11d9f8d001b9b.tar.gz Praspel-cf7c9b15c180c1f2858794ecbfd11d9f8d001b9b.tar.bz2 |
Remove the ƒ function.
-rw-r--r-- | Praspel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Praspel.php b/Praspel.php index f1a870b..94f5a9e 100644 --- a/Praspel.php +++ b/Praspel.php @@ -165,7 +165,7 @@ Hoa\Core\Consistency::flexEntity('Hoa\Praspel\Praspel'); * @param string $praspel Praspel * @return \Hoa\Praspel\Model\Clause */ -if(!ƒ('praspel')) { +if(!function_exists('praspel')) { function praspel ( $praspel ) { return \Hoa\Praspel::interprete($praspel); |