File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
system/expressionengine/third_party/stash Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33* Author: [ Mark Croxton] ( http://hallmark-design.co.uk/ )
44
5- ### Version 2.6.5
5+ ### Version 2.6.6
66
77This is the development version of Stash. Test thoroughly before using in production.
88
Original file line number Diff line number Diff line change 22if (! defined ('STASH_VER ' ))
33{
44 define ('STASH_NAME ' , 'Stash ' );
5- define ('STASH_VER ' , '2.6.5 ' );
5+ define ('STASH_VER ' , '2.6.6 ' );
66 define ('STASH_AUTHOR ' , 'Mark Croxton ' );
77 define ('STASH_DOCS ' , 'http://github.com/croxton/Stash/ ' );
88 define ('STASH_DESC ' , 'Stash: save text and code snippets for reuse throughout your templates. ' );
Original file line number Diff line number Diff line change @@ -963,8 +963,7 @@ public function process_queue()
963963 'key_name ' => $ query ['key_name ' ],
964964 'bundle_id ' => $ query ['bundle_id ' ],
965965 'site_id ' => $ query ['site_id ' ]
966- );
967- unset($ query ['key_name ' ], $ query ['bundle_id ' ], $ query ['site_id ' ]);
966+ );
968967
969968 if ( isset ($ query ['session_id ' ]))
970969 {
You can’t perform that action at this time.
0 commit comments