Author: sevein
Date: Thu Dec  8 02:53:00 2011
New Revision: 10375

Log:
Fix typo

Modified:
   trunk/lib/QubitAsset.class.php

Modified: trunk/lib/QubitAsset.class.php
==============================================================================
--- trunk/lib/QubitAsset.class.php      Thu Dec  8 02:10:09 2011        (r10374)
+++ trunk/lib/QubitAsset.class.php      Thu Dec  8 02:53:00 2011        (r10375)
@@ -51,7 +51,7 @@
     else if (2 == func_num_args())
     {
       $this->name = $args[0];
-      $this->contents = $$args[1];
+      $this->contents = $args[1];
       $this->generateChecksum('sha256');
     }
   }

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to