MINOR FIX: removed backticks from documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@86167 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Geoff Munn 2009-09-13 22:26:23 +00:00
parent 1912ca960b
commit 384389e079

View File

@ -88,7 +88,7 @@ class ModelAsController extends Controller implements NestedController {
}
protected function findOldPage($urlSegment) {
// Build the query by replacing `SiteTree` with `SiteTree_versions` in a regular query.
// Build the query by replacing "SiteTree" with "SiteTree_versions" in a regular query.
// Note that this should *really* be handled by a more full-featured data mapper; as it stands
// this is a bit of a hack.
$origStage = Versioned::current_stage();