diff options
author | Christian A. Weber | 2016-10-19 17:32:22 +0200 |
---|---|---|
committer | Christian A. Weber | 2016-10-19 17:32:22 +0200 |
commit | 0273fc523cf88b1d517160ab3f7ea0ce428b9c43 (patch) | |
tree | c0d64e633be604dfe6ba35171de8228316771bb3 | |
parent | 2ecd3c8798a01ad2886514ac75cdb55a8c188b05 (diff) | |
download | itools-0273fc523cf88b1d517160ab3f7ea0ce428b9c43.tar.gz itools-0273fc523cf88b1d517160ab3f7ea0ce428b9c43.tar.bz2 itools-0273fc523cf88b1d517160ab3f7ea0ce428b9c43.zip |
restore documentation of get_cache_contents()
-rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index a89ad19..2c70fff 100644 --- a/it_url.class +++ b/it_url.class @@ -610,7 +610,7 @@ function get_cache($p = array()) /** * Fetch a file, cache it and return contents - * Params see it_url::get_cache + * @param see it_url::get_cache() */ function get_cache_contents($p) { |