[packages/minify/dev-3.0] fix missing semicolon
glen
glen at pld-linux.org
Tue Sep 13 13:53:38 CEST 2016
commit 063c1c41d8f29d52cb33b1219672441b8df185e3
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Nov 18 15:35:43 2015 +0200
fix missing semicolon
contentfunc-params.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/contentfunc-params.patch b/contentfunc-params.patch
index 441bd17..0807fb2 100644
--- a/contentfunc-params.patch
+++ b/contentfunc-params.patch
@@ -39,7 +39,7 @@ Subject: [PATCH] add parameters support to getContentFunc Minify_Source
if (null === $this->filepath) {
if (null === $this->content) {
- $content = call_user_func($this->getContentFunc, $this->id);
-+ $content = call_user_func_array($this->getContentFunc, array_merge(array($this->id), $this->getContentFuncParams))
++ $content = call_user_func_array($this->getContentFunc, array_merge(array($this->id), $this->getContentFuncParams));
} else {
$content = $this->content;
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/minify.git/commitdiff/fd59652d52f39b0d1ab4cafdc2e1c3bde53e8364
More information about the pld-cvs-commit
mailing list