Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/51986
Change subject: Remove unused local variable assignment
......................................................................
Remove unused local variable assignment
Change-Id: Icd031e3173ac806e80bdd7d74b4e71877d258822
---
M groups/StatusNet/genStatusNet-plugins.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/translatewiki
refs/changes/86/51986/1
diff --git a/groups/StatusNet/genStatusNet-plugins.php
b/groups/StatusNet/genStatusNet-plugins.php
index cbfdd96..a509f32 100644
--- a/groups/StatusNet/genStatusNet-plugins.php
+++ b/groups/StatusNet/genStatusNet-plugins.php
@@ -33,7 +33,7 @@
foreach ( $entries as $entry ) {
$fullname = $path . $entry;
if ( $entry != '.' && $entry != '..' && is_dir( $fullname ) ) {
- $subFolderResults = getPotFiles( $fullname, $pattern );
+ getPotFiles( $fullname, $pattern );
} elseif ( is_file( $fullname ) && preg_match( $pattern, $entry
) ) {
$pathParts = explode( '/', $fullname );
$plugins[] = substr( array_pop( $pathParts ), 0, -4 );
--
To view, visit https://gerrit.wikimedia.org/r/51986
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd031e3173ac806e80bdd7d74b4e71877d258822
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits