Subversion Repositories eFlore/Applications.del

Rev

Rev 1361 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1361 Rev 1379
Line 55... Line 55...
55
			// modifie $observation
55
			// modifie $observation
56
			$this->chargerImages($observation);
56
			$this->chargerImages($observation);
57
			// modifie $observation
57
			// modifie $observation
58
			$this->chargerCommentaires($observation);
58
			$this->chargerCommentaires($observation);
59
		}
59
		}
-
 
60
		else {
-
 
61
			header('HTTP/1.0 404 Not Found');
-
 
62
			// don't die (phpunit)
-
 
63
			throw(new Exception());
-
 
64
		}
Line 60... Line 65...
60
 
65
 
61
		// Mettre en forme le résultat et l'envoyer pour affichage
66
		// Mettre en forme le résultat et l'envoyer pour affichage
62
		$resultat = new ResultatService();
67
		$resultat = new ResultatService();
63
		$resultat->corps = $observation;
68
		$resultat->corps = $observation;