diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-10-25 20:13:11 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-10-25 20:13:11 +0000 |
| commit | 18c6277456ff358a88117dafd9d583b3a51d35b8 (patch) | |
| tree | 6f37b02efa62f39077cdc66e1166c8a25bc92e53 | |
| parent | b92b718ef0e4919803995c7f8d431ef77110b093 (diff) | |
| download | nexus-18c6277456ff358a88117dafd9d583b3a51d35b8.tar.gz nexus-18c6277456ff358a88117dafd9d583b3a51d35b8.tar.bz2 nexus-18c6277456ff358a88117dafd9d583b3a51d35b8.zip | |
typo
| -rw-r--r-- | servicefunctions_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servicefunctions_inc.php b/servicefunctions_inc.php index a90d38e..96a8e73 100644 --- a/servicefunctions_inc.php +++ b/servicefunctions_inc.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_nexus/servicefunctions_inc.php,v 1.5 2007/10/25 17:14:15 nickpalmer Exp $ + * $Header: /cvsroot/bitweaver/_bit_nexus/servicefunctions_inc.php,v 1.6 2007/10/25 20:13:11 squareing Exp $ * * @package nexus * @subpackage functions @@ -51,7 +51,7 @@ function nexus_content_store( $pObject, $pParamHash ) { $nexusHash['rsrc'] = $pParamHash['content_id']; $nexusHash['rsrc_type'] = 'content_id'; if( !$nexus->storeItem( $nexusHash ) ) { - $gBitSystem->fatalError("Error Storing Item", "There was an error storing the item: " . vc( $nexus->mErrors ); + $gBitSystem->fatalError( "Error Storing Item", "There was an error storing the item: ".vc( $nexus->mErrors )); } $nexus->load(); } elseif( !empty( $pParamHash['nexus']['remove_item'] ) ) { |
