Index: branches/5.3.x/core/kernel/utility/temp_handler.php =================================================================== diff -u -N -r16503 -r16519 --- branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 16503) +++ branches/5.3.x/core/kernel/utility/temp_handler.php (.../temp_handler.php) (revision 16519) @@ -1,6 +1,6 @@ Application->makeClass( 'kDBConnection', Array (SQL_TYPE, Array ($this->Application, 'handleSQLError')) ); - /* @var $connection kDBConnection */ $connection->debugMode = $this->Application->isDebugMode(); $connection->Connect(SQL_SERVER, SQL_USER, SQL_PASS, SQL_DB); @@ -674,8 +674,8 @@ $parsed_prefix = $this->Application->processPrefix($prefix_special); $recall_prefix = $parsed_prefix['prefix'] . '.' . preg_replace('/-item$/', '', $parsed_prefix['special']) . '-item'; + /** @var kDBItem $object */ $object = $this->Application->recallObject($recall_prefix, null, Array ('skip_autoload' => true, 'parent_event' => $this->_parentEvent)); - /* @var $object kDBItem */ return $object; }