From 91a61e285c295a461d882f1214e94a3b996ebeb3 Mon Sep 17 00:00:00 2001 From: laf Date: Fri, 4 Sep 2015 09:07:30 +0000 Subject: [PATCH] Removed notice that upstream PR is waiting to be merged --- doc/Extensions/Oxidized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/Oxidized.md b/doc/Extensions/Oxidized.md index 5d82dcdf5..7fb605571 100644 --- a/doc/Extensions/Oxidized.md +++ b/doc/Extensions/Oxidized.md @@ -12,7 +12,7 @@ $config['oxidized']['enabled'] = TRUE; $config['oxidized']['url'] = 'http://127.0.0.1:8888'; ``` -We also support config versioning within Oxidized, this will allow you to see the old configs stored. At present this is waiting on a [PR](https://github.com/ytti/oxidized-web/pull/25) to be merged upstream into Oxidized but you could simply patch your local install in the meantime. +We also support config versioning within Oxidized, this will allow you to see the old configs stored. ```php $config['oxidized']['features']['versioning'] = true;