diff options
| author | 2015-01-14 22:22:30 +0100 | |
|---|---|---|
| committer | 2015-01-14 22:22:30 +0100 | |
| commit | 89682886005f1e6b36e664f47b3b0862d62846e6 (patch) | |
| tree | 94a7263ad3aceec00a263952628eb4b210cd5ea0 /lib/Minz/Extension.php | |
| parent | ade1524d43150a45f633e6efac3d7fdea3e1d802 (diff) | |
Fix extension API (coding style)
is_enabled() becomes isEnabled(). Sorry for this coding style mistake :s
Diffstat (limited to 'lib/Minz/Extension.php')
| -rw-r--r-- | lib/Minz/Extension.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Extension.php b/lib/Minz/Extension.php index ac7231e9c..5069362b5 100644 --- a/lib/Minz/Extension.php +++ b/lib/Minz/Extension.php @@ -92,7 +92,7 @@ class Minz_Extension { * * @return true if extension is enabled, false else. */ - public function is_enabled() { + public function isEnabled() { return $this->is_enabled; } |
