mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
1912ca960b
commit
384389e079
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user