[gnome-web-www] previous-donors: Fixed a typo in a variable name: donors_file
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] previous-donors: Fixed a typo in a variable name: donors_file
- Date: Fri, 25 Jan 2013 18:04:23 +0000 (UTC)
commit 4883078b4db1a3c3cee533744014c68807c17d9d
Author: Tobias Mueller <tobiasmue gnome org>
Date: Fri Jan 25 19:01:03 2013 +0100
previous-donors: Fixed a typo in a variable name: donors_file
No wonder the site was behaving weirdly. Unfortunately, I don't have logs to watch.
theme/page-previous-donors.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/theme/page-previous-donors.php b/theme/page-previous-donors.php
index af65f3f..ff7b9a2 100644
--- a/theme/page-previous-donors.php
+++ b/theme/page-previous-donors.php
@@ -21,7 +21,7 @@ foreach (array(
$donors[$year] = array();
foreach ($fname_dispname_map as $level => $disp_name) {
- if (false === ($donor_file = get_transient("friends_of_gnome_{$year}_{$level}"))) {
+ if (false === ($donors_file = get_transient("friends_of_gnome_{$year}_{$level}"))) {
$url = "http://people.gnome.org/~tobiasmue/fog/{$year}-{$level}.txt";
$donors_file = file_get_contents($url);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]