Skip to content

Commit

Permalink
[BUGFIX] Updated class name in scheduler docs
Browse files Browse the repository at this point in the history
Resolves: #66587
Releases: master, 8.7
Change-Id: If5fbb4df430aeb08122cc0713167a8cc464e6d55
Reviewed-on: https://review.typo3.org/55142
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
michadu authored and lolli42 committed Feb 12, 2018
1 parent ec15a3c commit 3e46361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typo3/sysext/scheduler/Documentation/AppendixA/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ table.

That being said, a task also contains information about its execution.
Indeed each task class has an instance of
:code:`tx_scheduler_Execution` as a member variable, which contains
:code:`TYPO3\CMS\Scheduler\Execution` as a member variable, which contains
information such as start and end date and is used to calculate the
next execution date.

Expand All @@ -36,6 +36,6 @@ is serialized and stored in the corresponding database record. If
several executions are running at the same time, the array will
contain several timestamps. Thus the "serialized\_executions" field
actually contains an array of integers and not serialized instances of
:code:`tx_scheduler_Execution` objects.
:code:`TYPO3\CMS\Scheduler\Execution` objects.


0 comments on commit 3e46361

Please sign in to comment.