[gnome-web-www] previous-donors: Fixed obvious typo in function name
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] previous-donors: Fixed obvious typo in function name
- Date: Fri, 25 Jan 2013 18:18:54 +0000 (UTC)
commit f7808a3f77cbec3f8fe85b7e7624faa5dc3bc59a
Author: Tobias Mueller <tobiasmue gnome org>
Date: Fri Jan 25 19:18:26 2013 +0100
previous-donors: Fixed obvious typo in function name
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 56f023a..74317b8 100644
--- a/theme/page-previous-donors.php
+++ b/theme/page-previous-donors.php
@@ -27,7 +27,7 @@ foreach (array(
$donors_file = file_get_contents($url);
// keeps a 24-hour cache until another HTTP request
- $set_transient($cache_name, $donors, 60*60*24);
+ set_transient($cache_name, $donors, 60*60*24);
}
$donors[$year][$level] = array();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]